soldier_news_item .texta {
  text-decoration: none;
}

.index_header__user_view, .index_header__content .index_header__view{
  height: 60px;
}
.index_header__content_container{
    background-color: #fdde25;
    width: 100%;
    z-index: 15000;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;

}
.index_header__content{
  /* width: 100vw; */
  /* min-width: 1200px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
.index_header__view {
  min-width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  flex-shrink: 0;
  height: 100%;
}

.index_header__download {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 38px;
  background: #262626;
  border-radius: 2px;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: 62px;
  margin-left: 80px;
}

.index_header__menu_view {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.index_header__logo_a_view_a {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  flex: 1;
}

.index_header__logo_a {
  width: 113px;
  height: 40px;
  cursor: pointer;
}

.index_header__logo_a_text {
  font-size: 12px;
  color: #262626;
  line-height: 12px;
  transform: scale(.98);
}

.index_header__menu_item,.index_header__menu_item_b {
  font-size: 16px;
  color: #000000A6;
  line-height: 22px;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}

.index_header__menu_view .item_view{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  min-width: 98px;
}

.index_header__menu_view .index_header__menu_item:hover
,.index_header__menu_item_b{
  color: #222222;
  font-weight: bold;
}

.index_header__download .icon {
  width: 18px;
  height: 26px;
  margin-right: 11px;
}

.index_header__download .text {
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #fdde25;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.index_header__login_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #262626;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.index_header__login_btns .btn {
  font-weight: normal;
  font-size: 14px;
  color: #000000A6;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.index_header__login_btns .btn:hover{
  color: #222222;
  font-weight: bold;
}

.index_header__login_btns .line {
  width: 1px;
  height: 15px;
  background-color: rgba(27, 27, 27, 0.31);
  margin-left: 11px;
  margin-right: 11px;
}

.index_header__user_view{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.index_header__name_icon{
    width: 38px;
    height: 38px;
    margin-right: 4px;
}

.index_header__name_view{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.index_header__user_name{
  color: #262626; 
  font-size: 14px;
  font-weight: bold;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.index_header__user_view .line{
  width: 1px;
  height: 15px;
  background-color: rgba(27, 27, 27, 0.31);
  margin-right: 6px;
}

.index_header__arr{
  width: 20px;
  height: 20px;
  margin-left: 13px;
}

.user__popup{
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top:60px;
  right: -5px;
  z-index: 9999;
}

.index_header__user_view:hover 
.user__popup{
  display: flex;
}

.user__popup_content .menu_text:hover{
  color: #222222;
  font-weight: bold;
}

.index_header__name_view:hover .user__popup{
  display: flex;
}

.user__popup .menu_text{
  text-align: center;
  position: relative;
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: normal;
  flex-shrink: 0;
  cursor: pointer;
}

.user__popup_content{
  padding: 16px 25px;
  background-color: #fff; 
  border-radius: 6px;
}

.user__popup{
  box-shadow: 2px 2px 6px rgba(32, 205, 205, 0.25), -1px -1px 4px rgba(32, 205, 205, 0.25);
}

.user__popup__top_icon{
  width: fit-content;
  height: 26px;
  object-fit: cover;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 2;
}

.user__popup__company_icon{
  width: 38px;
  height: 38px;
  margin-right: 4px;
}

/* 底部栏布局 */
.indexFooter__top, .indexFooter__top_right{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.indexFooter__top_left{
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.indexFooter__top{
  width: 100%;
  padding-top: 39px;
  padding-bottom: 57px;
  justify-content: space-between;
  border-bottom:  1px solid #67768D;
}

.indexFooter__top_left .title{
font-size: 30px;
color: #FFFFFF;
line-height: 50px;  
margin-bottom: 11px;
}

.indexFooter__top_left .info{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
}

.indexFooter_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('/assets/images/index_new/footbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.indexFooter_content .indexFooter{
  width: 1200px;
  display: flex;
  flex-direction: column;
}

.indexFooter__top_right .inputText{
  width: 350px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-right: 24px;
  padding-left: 18px;
  border: none;
  box-shadow: none;
}

.indexFooter__top_right .btn{
  width: 217px;
  height: 50px;
  background: #FDDE25;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.indexFooter__top_right .btn .text{
  font-weight: bold;
  font-size: 16px;
  color: #102330;
  line-height: 22px;
  width: 100%;
  text-align: center;
}

.indexFooter__bottom .left{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.indexFooter__tip_content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 50px;
}

.indexFooter__tip_title{
  font-size: 20px;
  color: #FFFFFF;
  line-height: 21px;
  text-align: left;
}

.indexFooter__tip_item,.indexFooter__friend_text{
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #93A4B9;
  line-height: 18px;
  cursor: pointer;
  border: none;
}

.indexFooter__tip_item:hover,
.indexFooter__friend_text:hover{
  color: #ff6c00;
}

.footer_text_view .link:hover{
  color: #ff6c00;
}

.indexFooter__tip_line{
  width: 39px;
  height: 1px;
  border-top: 1px dashed #67768D;
  margin-top: 17px;
  margin-bottom: 29px;
}

.indexFooter__bottom{
  padding-top: 59px;
  padding-bottom: 59px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.indexFooter__icon_item{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.indexFooter__item_icon{
  width: 14px;
  height: 14px;
  object-fit: cover;
}

.indexFooter__icon_item .line{
  width: 1px;
  height: 14px; 
  background-color: rgba(255,255,255,0.3);
  margin-left: 16px;
  margin-right: 16px;
}

.indexFooter__icon_item_text{
  font-weight: normal;
  font-size: 14px;
  color: #93A4B9;
  line-height: 18px;
  text-align: left;
}

.indexFooter__tip_content .right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.indexFooter__code_view{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

.indexFooter__code_im{
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

.indexFooter__codes{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.indexFooter__code_title{
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 21px;
  text-align: center;
}

/* 友情链接相关 */
.indexFooter__friend_list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}

.indexFooter__friend_text{
  font-size: 16px;
  margin-bottom: 24px;
  margin-right: 16px;
}

.indexFooter__friend_info_list{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.footer_text_view{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.footer_text_view .footer_text1 a,
.footer_text_view .footer_text1 span,
.footer_text_view .footer_text2 a{
  color: #93A4B9;
  font-size: 12px;
}


@media  (max-width: 1400px) {
  .index_header__view {
    width: 960px;
  }

  /* .index_header__content{
    height: 60px;
  } */

  .indexFooter_content .indexFooter{
    width: 960px;
    display: flex;
    flex-direction: column;
  }

  .indexFooter__tip_item, .indexFooter__friend_text{
    font-size: 11.2px;
  }

  .indexFooter__tip_content{
    margin-right: 40px;
  }

  .index_header__view{
    scale: 0.8;
  }
}